![]() ![]() |
13.13:H313212 Use metadata label to distinguish Web document positions within the whole document.Proper demonstrationThe example below is the setting for HEAD label in the Webpage"chapter2.jsp". Proper example:
<HEAD>
<LINK rel="Next" href="chapter3.jsp">
<LINK rel="Prev" href="chapter1.jsp">
<LINK rel="Start" href="cover.jsp">
<LINK rel="Glossary" href="glossary.jsp">
</HEAD>
End of example |